home *** CD-ROM | disk | FTP | other *** search
/ Private: Geographic / Private: Geographic.iso / INTROGEO.DXR / 00006.ls < prev    next >
Encoding:
Text File  |  1998-03-26  |  104 b   |  8 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 >= 235 then
  3.     go(6)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.